Add unit test for part 1 of bug 659022
authorKristian Rietveld <kris@gtk.org>
Mon, 3 Oct 2011 19:33:30 +0000 (21:33 +0200)
committerKristian Rietveld <kris@gtk.org>
Mon, 3 Oct 2011 20:59:40 +0000 (22:59 +0200)
commit6fdf882eb447b167133b9f7e693bb64458e3fabd
tree717fad66b2aac42148f392c1222149e3d2e6c704
parente1f79e82752512393186feee26ba2e4167dc5d27
Add unit test for part 1 of bug 659022

This tests a case where gtk_tree_model_filter_row_changed() is run
for a node with visible_siter != NULL, however its parent has
visible_iter == NULL. For this case, no valid paths can be generated
as the node cannot be accessed (because the parent is invisible).
gtk/tests/filtermodel.c